.congrats-large {
    display: block!important;
    color: #FFF;
    font-size: 3.5vh;
    font-weight: 500;
    margin: 4px 0 0;
}

.congrats-large.firstname {
    font-size: 5.4vh;
}

/* .congrats-large.firstname.not-empty {
    margin-top: -5px;
}

.congrats-large.firstname:not(.not-empty) {
    display: none!important;
} */

#wos-countdown span.tick-flip-card:not(:first-child):after,
#wos-countdown span.tick-flip-card:not(:first-child):before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 0.15em;
}

#wos-countdown span.tick-flip-card:not(:first-child):after {
    width: inherit;
    height: inherit;
    border: none;
    left: -5px;
    top: -3.5px;
}

#wos-countdown span.tick-flip-card:not(:first-child):before {
    width: calc(100% + 10px);
    height: calc(100% + 8.5px);
    display: block;
    border: none;
    left: -10px;
    top: -8px;
}

#wos-countdown {
    padding: 20px 0;
}

#wos-countdown > div {
    font-size: 16vh;
    text-align: center;
}

#wos-countdown .tick-flip-panel {
    background: rgb(2,107,56);
    background: -moz-linear-gradient(0deg, rgba(2,107,56,1) 0%, rgba(56,180,74,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(2,107,56,1) 0%, rgba(56,180,74,1) 100%);
    background: linear-gradient(0deg, rgba(2,107,56,1) 0%, rgba(56,180,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#026b38",endColorstr="#38b44a",GradientType=1);
}

#wos-countdown span.tick-flip-card:not(:first-child):before {
    border: 2px solid #FFF;
    left: -7.5px;
    top: -4px;
}
